MindFusion.Charting for Silverlight Programmer's Guide
XmlSerializationContext.WriteDoubleArray Method
See Also
 






Writes the specified array.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public XElement WriteDoubleArray (
    double[] array,
    string elementName,
    string subElementName,
    XElement parentElement
)

Visual Basic  Copy Code

Public Function WriteDoubleArray( _
    array() As Double, _
    elementName As String, _
    subElementName As String, _
    parentElement As XElement _
) As XElement

 Parameters

array

The array to write.

elementName

The name of the new element.

subElementName

The name of the sub-elements where the double values will be stored.

parentElement

The parent of the new node.

 Return Value

The newly created System.Xml.Linq.XElement object.

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Charting.Silverlight Namespace